projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380c917
)
(check-ispell-version): No need to bind
author
Karl Heuer
<kwzh@gnu.org>
Thu, 1 Oct 1998 19:23:42 +0000
(19:23 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 1 Oct 1998 19:23:42 +0000
(19:23 +0000)
default-major-mode.
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index 09b3a4d40282498f28aa92a2c5148a97dab1d761..3ac18011d5a3a7c53a70d628c16c493c866b5c19 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1709,10
+1709,8
@@
scrolling the current window. Leave the new window selected."
;; all versions, since versions earlier than 3.0.09 didn't identify
;; themselves on startup.
(interactive "p")
- (let (case-fold-search status
- ;; avoid bugs when syntax of `.' changes in various default modes
- (default-major-mode 'fundamental-mode)
- (result t))
+ (let ((result t)
+ case-fold-search status)
(save-excursion
(set-buffer (get-buffer-create " *ispell-tmp*"))
(setq case-fold-search t)